home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / OOPSPalette / OOPSPalette.h < prev    next >
Text File  |  1995-06-12  |  236b  |  16 lines

  1. #import <apps/InterfaceBuilder.h>
  2.  
  3. @interface OOPSPalette:IBPalette
  4. {
  5.     id        myOOPSTimer;
  6.     id        myOOPSTimerView;
  7. }
  8.  
  9. - finishInstantiate;
  10.  
  11. @end
  12.  
  13.  
  14. @interface IBPalette(associateObject)
  15. - associateObject:object type:(NXAtom)type to:view;
  16. @end